body {
    background: #f8f8f8;
}

.index-banner {
    position: relative;
}

.index-banner .banner-loop img {
    max-width: 100%;
}

.banner-pagination {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    bottom: 10px
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #14aa96;
}

.banner-pagination span {
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin: 0 3px;
}

.bannertips{
    background: #12ab97;
    color:#fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:20px;
    
}

.tes{
    border-bottom:1px solid #b3b3b3;
    padding: 40px 0px;
}

.tes li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    transition: all 1s;
    height: 150px;
    
}
.tes li em{
    display: block;
    font-size: 18px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 40px;
    font-style: normal;
}
.tes li span{
    color:#12ab97;
    font-size:12px
}

.tes li span {
    display: none;
    
}


.tes li:hover img,
.tes li:hover em
 {
    display: none;
}


.tes li:hover span {
    display: block;
    position: absolute;
    top:32px;
    font-size: 14px;
    color: #14aa96;
    line-height: 25px;
    font-weight: 400;
    width: 300px;
    text-align: center;
}

.tes li:hover span:after {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto;
    background: #dcdcdc;
    margin-top: 50px;
     
     
}



.about {
    height:540px;
    padding: 40px 0;
     
}

.about .imgs {
    float: left;
     
}

.about .imgs img{
    display: table-cell;
    vertical-align: bottom;
    max-width: 100%;
}

.about .dconbox {
    float: right;
    width: 600px;
    padding-top: 60px;



}

.about .dconbox ul li {
    width: 150px;
    float: left;
    padding-top: 52px;
    height: 158px;
    position: relative;
    margin-bottom: 58px;
    transition: all 1s;
    margin-left:25px;
    margin-right: 25px;
    text-align: center;
}

.about .dconbox ul li img {
   
    margin: 0px auto;
}

.about .dconbox ul li em {
    display: block;
    font-size: 18px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 40px;
    font-style: normal;
    
}

.about .dconbox ul li span {
    display: none;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #14aa96;
}

.about .dconbox ul li:hover img,
.about .dconbox ul li:hover em,
.about .dconbox ul li:hover i {
    display: none;
}

.about .dconbox ul li:hover span {
    display: block;
    position: absolute;
    top: 52px;
    
   
    line-height: 25px;
    
}

.about .dconbox ul li:hover span:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background: #dcdcdc;
    bottom: -37px;
    left: 0;
}

.product{
    border-top:1px solid #b3b3b3;
    padding: 40px 0px;
    margin-top: 40px;
}

.product.wrap{
    margin-top: 40px;
}

.product .stit{
    font-size: 33px;
    font-weight: 600;
}

.product .subtit{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.product ul{
    margin-left:-9px;
    margin-right: -9px;
     
}
.product li{
    width: 286px;
    height: 265px;
    float: left;
    margin: 0px 9px 18px;
}
.product li .imgs{
    width: 286px;
    height: 200px;
    overflow: hidden;
}
.product li .tit{
    padding: 0px 18px;
    height: 65px;
    line-height: 65px;
    background: #fff;
     
}
.product li .tit .icon{
    float: right;
    background: url(../images/row.png);
    width: 28px;
    height: 28px;
    margin-top: 18.5px;
}

.product li:hover .tit{
    color: #14aa96;
}

.product li:hover .tit{
    color: #14aa96;
}

.product li:hover .tit .icon{
    background: url(../images/row-on.png);
}



.case{
  
    padding-bottom: 40px;
   
}


.case{
    
     
   
}

.case .wrap{
    padding-top: 40px;
    border-top:1px solid #b3b3b3;
}

.case .stit{
    font-size:33px;
    font-weight: 600;
}

.case .stit p{
    font-size:20px;
    font-weight: 400;
    margin-top: 10px;
}
.case span{
    float: right;
    font-weight: normal;
    font-size: 16px;
    margin-top: 50px;
}
.case span a{
   
    
    padding-left: 20px;

}

.casebox{
    margin-top: 30px;
    position: relative;
}



.casebox .swiper-slide{
    background: #fff;
}

.casebox .item .imgs{
    width: 780px;
    
    float: left;
    overflow: hidden;
}
.casebox .item .imgs img{
    max-width: 100%;
}
.case .des{
    float: left;
    
    font-weight: bold;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 16px;
    width: 420px;
     
}
.case .des .detail{
    font-weight: normal;
    color:#333;
    font-size: 14px;
    margin-top: 10px;
    height: 430px;
    line-height: 1.5;
}

.case .des a{
     color:#fff;
     background: #14aa96;
     font-size: 14px;
     font-weight: 400;
     padding: 2px 5px;
}
 

.swiper-button-prev {
    left:-30px
}
.swiper-button-next {
    right:-30px
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2314aa96'%2F%3E%3C%2Fsvg%3E");
	 
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2314aa96'%2F%3E%3C%2Fsvg%3E");
 
}


.swiper-button-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-disabled{

	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}


 
 

.choose{
    border-top:1px solid #b3b3b3;
    padding: 40px 0px;
    margin-top: 40px;
    overflow: hidden;
}

.choose.wrap{
    margin-top: 40px;
}

.choose .stit{
    font-size: 33px;
    font-weight: 600;
}

.choose .subtit{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.choose ul{
    margin-left:-13px;
    margin-right: -13px;
     
}

.choose  li{
    width: 587px;
    float: left;
    margin: 0px 13px;
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.choose li .imgs {
    width: 587px;
    height: 262px;
    overflow: hidden;
}

.choose  li .tit{
    width: 385px;
    height: 65px;
    margin: 0 auto;
    background: #12ab97;
    margin-top: 45px;
    line-height: 65px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.choose  li .tit label{
    margin-right: 10px;
    padding-right: 10px;
    line-height: 0;
    border-right:1px solid #fff;
}

.choose  li .des{
    margin-top: 30px;
    text-align: center;
    padding: 0px 25px;
    line-height: 1.5;
}

.ads img{
    max-width: 100%;
}


.server{
   
    padding: 40px 0px;
    margin-top: 40px;
}

.server.wrap{
    margin-top: 40px;
}

.server .stit{
    font-size: 33px;
    font-weight: 600;
}

.server .subtit{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.server  ul{
    margin-left: -10px;
    margin-right: -10px;
}

.server ul li{
    float: left;
    width: 380px;
    margin: 0px 10px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
}
.server ul li .imgs{
    overflow: hidden;
    width: 380px;
    height: 190px;
    margin-bottom: 25px;
}
.server ul li img{
    margin: 0px auto;
}
/*
.server ul li img:first-child{
    margin-bottom: 25px;
}*/

.server ul li .name{
   color:#12ab97;
   font-weight: 600;
   font-size: 18px;
   margin-top: 5px;
}

.server ul li .des{
     width: 320px;
     margin: 0 auto;
     line-height: 1.5;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    height: 80px;
 }

 
.fourserver{
    border-top:1px solid #b3b3b3;
    padding: 40px 0px;
    margin-top: 40px;
}

.fourserver.wrap{
    margin-top: 40px;
}

.fourserver .stit{
    font-size: 33px;
    font-weight: 600;
}

.fourserver .subtit{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}



.fourserver ul {
    margin-top: 60px;
}
.fourserver ul li{
    width: 25%;
    float: left;

}

.fourserver ul li .box{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border:5px solid #dedede;
    text-align: center;
    margin: 0px auto;
}

.fourserver ul li:hover .box{
   
    border:5px solid #12ab97
}

.fourserver ul li:hover .box p{
    color:#12ab97;
}

.fourserver ul li .box .num{
    margin-top: 50px;
    color:#12ab97;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
}

.fourserver ul li .box .num::after {
    content: '';
    display: block;
    position: relative;
   margin: 0 auto;
    
     top: 15px; 
    
    width: 32px;
    height: 2px;
    background: #12ab97;
}

.fourserver ul li .box p{
    font-size: 16px;
    display: block;
    width: 180px;
    margin: 0 auto;
    line-height: 1.5;
    margin-top: 30px;
}
.news{
    position: relative;
    height: 346px;
    background: url(../images/news-bg.jpg) top center;
    background-size: cover;
}
.news img{
    max-width: 100%;
    position: relative;
}

.news .smenu{
    position: absolute;
    bottom:60px;
    margin: auto;
    left:0px;
    right: 0px;
}

.news li{
    float: left;
    margin: 0px 10px;
    
}

.news ul {
   
    display: table;
    margin: 0 auto; 
     
    
}

.news li a{
   
        display: inline-block;
        line-height: 60px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 0px 50px;
       
        position: relative;
        background: #fff;
        color:#12ab97;
  

}

.news li.on a{
    background: #12ab97;
    color:#fff;
}

.newsbox.wrap {
    margin-top: 40px;
}

.newsbox .imgnews{
    width: 850px;
}

.newsbox .imgnews li{
    clear: both;
    padding-bottom: 40px;
    display: flex;
}

.newsbox .imgnews img{
    width: 275px;
    height: 180px;
    flex: 1;
}

.newsbox .imgnews .detail{
    width: 480px;
    margin-right: 30px;
    margin-left: 30px;
}
.newsbox .imgnews .detail .tit{
    font-size: 18px;
}
.newsbox .imgnews .detail p{
   font-size: 14px;
   line-height: 1.5;
   color:#999;
   height: 100px;
}

.newsbox .imgnews .detail a.more{
    color: #fff;
    background: #14aa96;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 5px;
     float: right;
}

.txtnews{
    width:345px;
   
    background: #fff;
    padding: 30px;
}

.txtnews li{
    margin-bottom: 10px;
}